home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Twin / GNULicense.h < prev    next >
Text File  |  1995-06-12  |  292b  |  21 lines

  1. // Note: the interface to this object is NOT copyrighted, but the
  2. // implementation is.
  3.  
  4. #import <objc/Object.h>
  5. #import <appkit/Speaker.h>
  6.  
  7. @interface GNULicense:Object
  8. {
  9.     id    panel;
  10.     Speaker *speaker;
  11. }
  12.  
  13. + new;
  14.  
  15. - showLicense:sender;
  16. - printLicense:sender;
  17.  
  18. - setPanel:anObject;
  19.  
  20. @end
  21.